
  .main-wrapper{
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
   /* background-image: url("https://s3.us-east-2.amazonaws.com/snapboothphotos.com/Images/BoothSetupPhotos/Vertical-Photo-Promo-Wedding/flowers-light.png");*/
    background-size: contain;
    margin: 0 auto;
    height: 100%;
  }

  .gallery {
    display: flex;
    gap: 1vw;
    max-width: 99vw;
    min-width: 350px;
    height: 50vh;
  /*  transform: translate(15%) rotate(-6deg) rotateX(10deg) rotateY(20deg) scale(100px); */
  }
  
  .gallery_line {

    display: flex;
    flex-direction: column;
    gap: 1vw;
    height: fit-content;
    animation: slide 80s linear infinite;
  }
  
  .gallery_line:nth-child(2) {
    animation-direction: reverse;
  }
  
  .gallery_line img {
    flex: 1 1 auto;
    width: 100%;
    object-fit: cover;
  }
  
.text-background{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.678);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    z-index: 3!important;
    margin: 0 2vw 0 2vw;
    padding: 5px 25px 25px 25px;
    -webkit-transform:translateZ(x);
    -webkit-transform: translate3d(0,0,0);
    transform: translateY(-30vh);

    max-height: 1200px;

    min-width: 60vw;
    padding: 10px 20px 2vh 20px;

   
  }
  .title--wedding-strips{
    color: #ffffff;
    text-align: center!important;

  }
  .cal-btn{
    text-align: center;
    width: 35%;
  }
  

  @keyframes slide {
    0 { transform: translatey(0); }
    100% { transform: translatey(-50%); }
  }



  @media (max-width: 450px) {
  
    .main-wrapper{
        /*flex-direction: row-reverse; */
    }
   /* .text-background{
        margin-left: -95vw;
        max-width: 90vw;
        margin-top: 10vh;

    }

    .gallery{
        gap: 5vw;
        transform: translate(-14%) rotate(-6deg) rotateX(10deg) rotateY(20deg);
    } */
  }











  /*******************Swiper styles******************************/
  * {
    box-sizing: border-box;
  }
  
  body {
    /*Removing touch highlights on smartphones*/
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    font-family: "Rubik", sans-serif;
  }

  /*main div for content*/
  .fl-node-58e9c078da856{
    height: 100%;
  }

  /*wrapper for text background*/
  .sl-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    z-index: 3;
  }

 

  
 
  /*--------------------------
  
       Media Queries 
  
  --------------------------*/
  /*    Mobile    */
  
  @media only screen and (min-width: 320px) {
    /* 320px */
    .title--intro{
        font-size: 35px;
      }
  

  
   
   
 

  }
  @media only screen and (min-width: 375px) {
    .title--intro{
        font-size: 40px;
      }
    
  }




  @media only screen and (min-width: 414px) {

  }




  @media only screen and (min-width: 490px) {
    .title--intro{
        font-size: 55px;
      }
  
  }


  @media only screen and (min-width: 528px) {


 
  }
  @media only screen and (min-width: 607px) {

  }
  @media only screen and (min-width: 736px) {
   
  }


  /**********************************    Tablet    ***************************************/

  @media only screen and (max-width: 768px) {
    .text-background{
       
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;

    margin-left: 2vw;
    padding: 5px 25px 25px 25px;
    -webkit-transform:translateZ(x);
    -webkit-transform: translate3d(0,0,0);
    transform: translateY(-30vh);

    max-height: 1200px;

    min-width: 80vw;
    padding: 10px 20px 2vh 20px;

    }
    .cal-btn{
        text-align: center;
        width: 65%;
      }

  }
  
  @media only screen and (min-width: 768px) {
    .title--intro{
        font-size: 60px;
      }

  }
  
  
  
  
  /**********************************    Desktop    ***************************************/
  
  @media only screen and (min-width: 1024px) {

  
 
    .title--intro{
        font-size: 70px;
      }



   
  
      
  
  }
  @media only screen and (min-width: 1140px) {
    /* 1140 */
    
  }
  @media only screen and (min-width: 1240px) {

        /* 1240 */
          .title--intro{
            font-size: 70px;
          }
  
  }
  @media only screen and (min-width: 1320px) {

  
  }
  @media only screen and (min-width: 1440px) {
 

    
  
  }
  @media only screen and (min-width: 1662px) {

  }
  
